updateUser

@PUT(value = "/api/rainbow/enduser/v1.0/users/{userId}")
abstract suspend fun updateUser(@Path(value = "userId") userId: String, @Body body: UpdateUserRequest): GenericDataResponse<Contact>